home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / bubble_tanks_2.swf / scripts / DefineButton2_398 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-02  |  238 b   |  10 lines

  1. on(release){
  2.    _root.blueish.gotoAndPlay(61);
  3.    _root.leftA2.gotoAndPlay(16);
  4.    _root.rightA2.gotoAndPlay(16);
  5.    _root.ico2.gotoAndPlay(21);
  6.    _root.n2.gotoAndPlay(16);
  7.    _root.titleB.gotoAndPlay(16);
  8.    gotoAndPlay(16);
  9. }
  10.